Click or drag to resize

ExtendedProperty Class

Identifies extended MAPI properties on folders and items.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ExtendedProperty : Property

The ExtendedProperty type exposes the following members.

Constructors
  NameDescription
Public methodExtendedProperty
Initializes a new instance of the ExtendedProperty class.
Public methodExtendedProperty(ExtendedPropertyPath)
Initializes a new instance of the ExtendedProperty class.
Public methodExtendedProperty(ExtendedPropertyPath, Boolean)
Initializes a new instance of the ExtendedProperty class.
Public methodExtendedProperty(ExtendedPropertyPath, IListString)
Initializes a new instance of the ExtendedProperty class.
Public methodExtendedProperty(ExtendedPropertyPath, DateTime)
Initializes a new instance of the ExtendedProperty class.
Public methodExtendedProperty(ExtendedPropertyPath, Double)
Initializes a new instance of the ExtendedProperty class.
Public methodExtendedProperty(ExtendedPropertyPath, Int64)
Initializes a new instance of the ExtendedProperty class.
Public methodExtendedProperty(ExtendedPropertyPath, String)
Initializes a new instance of the ExtendedProperty class.
Top
Properties
  NameDescription
Public propertyPropertyPath
Identifies an extended MAPI property to get, set, or create.
Public propertyValue
Contains property value.
(Inherited from Property.)
Public propertyValues
Contains property value for multi-value properties.
(Inherited from Property.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current ExtendedProperty object to its equivalent string representation.
(Overrides PropertyToString.)
Top
See Also